home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / McAfee SiteAdvisor 26.6 / safe.xpi / chrome / safe.jar / content / password.xul < prev    next >
Extensible Markup Language  |  2007-03-01  |  1KB  |  27 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  3. <!DOCTYPE overlay SYSTEM "chrome://safe/locale/safe.dtd">
  4. <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  5.     xmlns:html="http://www.w3.org/1999/xhtml" align="center" buttons="accept,cancel"
  6.     buttonorient="horizontal" buttonalign="center"
  7.     onload="document.getElementById('SAFE-password').height = window.arguments[1]; document.getElementById('SAFE-password-hint').value = window.arguments[0]; centerWindowOnScreen();"
  8.     ondialogaccept="return SiteAdvisorFunPack['validatePassword']();"
  9.     id="SAFE-password" windowtype="safe:password" title="&safe.password.title;"    
  10.     width="450px">
  11.     
  12.     <script type="application/x-javascript" src="framework.js" />
  13.  
  14.     <spacer height="10px"/>
  15.     <description>&safe.password.info1;</description>
  16.     <spacer height="10px"/>
  17.     <description>&safe.password.info2;</description>
  18.     <spacer height="10px"/>
  19.  
  20.     <description>&safe.password.label;</description>
  21.     <textbox id="SAFE-password-text" type="password" cols="75"/>
  22.     <spacer height="10px"/>
  23.  
  24.     <description>&safe.password.hint;</description>
  25.     <description id="SAFE-password-hint" value=""/>
  26.     <spacer height="10px"/>
  27. </dialog>